ServiceSyncFolders Method |
| Name | Description | |
|---|---|---|
| SyncFolders |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
| |
| SyncFolders(String) |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
| |
| SyncFolders(FolderId) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderShape) |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
| |
| SyncFolders(IListPropertyPath) |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
| |
| SyncFolders(StandardFolder) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderId, FolderShape) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderId, IListPropertyPath) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderId, String) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderShape, String) |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
| |
| SyncFolders(IListPropertyPath, String) |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
| |
| SyncFolders(StandardFolder, FolderShape) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(StandardFolder, IListPropertyPath) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(StandardFolder, String) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderId, FolderShape, String) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(FolderId, IListPropertyPath, String) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(StandardFolder, FolderShape, String) |
Synchronizes the subfolders of a specific folder.
| |
| SyncFolders(StandardFolder, IListPropertyPath, String) |
Synchronizes the subfolders of a specific folder.
|